programming - sqlite3 - data typesWhat links here?
Each value stored in an SQLite database (or manipulated by the database engine) has one of the following storage classes:



Note that a storage class is slightly more general than a datatype. The INTEGER storage class, for example, includes 6 different integer datatypes of different lengths. This makes a difference on disk. But as soon as INTEGER values are read off of disk and into memory for processing, they are converted to the most general datatype (8-byte signed integer). And so for the most part, "storage class" is indistinguishable from "datatype" and the two terms can be used interchangeably.

Any column in an SQLite version 3 database, except an INTEGER PRIMARY KEY column, may be used to store a value of any storage class.
ResourcesSqlite.org: Datatypes In SQLite Version 3
programming - sqlite3 - data types
filename:programming - sqlite3 - data types
filename:programming%20%2D%20sqlite3%20%2D%20data%20types
last edit:April 19 2012 21:11:04 (4399 days ago)
ct = 1714977746.000000 = May 06 2024 02:42:26
ft = 1334884264.000000 = April 19 2012 21:11:04
dt = 380093482.000000